1{ 2 "_from": "split-on-first@^1.0.0", 3 "_id": "split-on-first@1.1.0", 4 "_inBundle": false, 5 "_integrity": "sha512-43ZssAJaMusuKWL8sKUBQXHWOpq8d6CfN/u1p4gUzfJkM05C8rxTmYrkIPTXapZpORA6LkkzcUulJ8FqA7Uudw==", 6 "_location": "/split-on-first", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "split-on-first@^1.0.0", 12 "name": "split-on-first", 13 "escapedName": "split-on-first", 14 "rawSpec": "^1.0.0", 15 "saveSpec": null, 16 "fetchSpec": "^1.0.0" 17 }, 18 "_requiredBy": [ 19 "/query-string" 20 ], 21 "_resolved": "https://registry.npmjs.org/split-on-first/-/split-on-first-1.1.0.tgz", 22 "_shasum": "f610afeee3b12bce1d0c30425e76398b78249a5f", 23 "_spec": "split-on-first@^1.0.0", 24 "_where": "/Users/isaacs/dev/npm/cli/node_modules/query-string", 25 "author": { 26 "name": "Sindre Sorhus", 27 "email": "sindresorhus@gmail.com", 28 "url": "sindresorhus.com" 29 }, 30 "bugs": { 31 "url": "https://github.com/sindresorhus/split-on-first/issues" 32 }, 33 "bundleDependencies": false, 34 "deprecated": false, 35 "description": "Split a string on the first occurance of a given separator", 36 "devDependencies": { 37 "ava": "^1.4.1", 38 "tsd": "^0.7.2", 39 "xo": "^0.24.0" 40 }, 41 "engines": { 42 "node": ">=6" 43 }, 44 "files": [ 45 "index.js", 46 "index.d.ts" 47 ], 48 "homepage": "https://github.com/sindresorhus/split-on-first#readme", 49 "keywords": [ 50 "split", 51 "string", 52 "first", 53 "occurrence", 54 "separator", 55 "delimiter", 56 "text" 57 ], 58 "license": "MIT", 59 "name": "split-on-first", 60 "repository": { 61 "type": "git", 62 "url": "git+https://github.com/sindresorhus/split-on-first.git" 63 }, 64 "scripts": { 65 "test": "xo && ava && tsd" 66 }, 67 "version": "1.1.0" 68} 69