You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

71 lines
1.7 KiB

{
"_args": [
[
"split-on-first@1.1.0",
"E:\\WorkSpace\\other\\wms-uniapp"
]
],
"_from": "split-on-first@1.1.0",
"_id": "split-on-first@1.1.0",
"_inBundle": false,
"_integrity": "sha1-9hCv7uOxK84dDDBCXnY5i3gkml8=",
"_location": "/split-on-first",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "split-on-first@1.1.0",
"name": "split-on-first",
"escapedName": "split-on-first",
"rawSpec": "1.1.0",
"saveSpec": null,
"fetchSpec": "1.1.0"
},
"_requiredBy": [
"/query-string"
],
"_resolved": "https://registry.npm.taobao.org/split-on-first/download/split-on-first-1.1.0.tgz?cache=0&sync_timestamp=1606068528764&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsplit-on-first%2Fdownload%2Fsplit-on-first-1.1.0.tgz",
"_spec": "1.1.0",
"_where": "E:\\WorkSpace\\other\\wms-uniapp",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/split-on-first/issues"
},
"description": "Split a string on the first occurance of a given separator",
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
},
"engines": {
"node": ">=6"
},
"files": [
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/sindresorhus/split-on-first#readme",
"keywords": [
"split",
"string",
"first",
"occurrence",
"separator",
"delimiter",
"text"
],
"license": "MIT",
"name": "split-on-first",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/split-on-first.git"
},
"scripts": {
"test": "xo && ava && tsd"
},
"version": "1.1.0"
}