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.
97 lines
2.4 KiB
97 lines
2.4 KiB
9 months ago
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
"css-list-helpers@2.0.0",
|
||
|
"D:\\Project\\DaPing"
|
||
|
]
|
||
|
],
|
||
|
"_from": "css-list-helpers@2.0.0",
|
||
|
"_id": "css-list-helpers@2.0.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-9Bj8tZ0jWbAM3u/U6m/boAzAwLPwtjzFvwivr2piSvyVa3K3rChJzQy4RIHkNkKiZCHrEMWDJWtTR8UyVhdDnQ==",
|
||
|
"_location": "/css-list-helpers",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "version",
|
||
|
"registry": true,
|
||
|
"raw": "css-list-helpers@2.0.0",
|
||
|
"name": "css-list-helpers",
|
||
|
"escapedName": "css-list-helpers",
|
||
|
"rawSpec": "2.0.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "2.0.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/parse-css-font"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/css-list-helpers/-/css-list-helpers-2.0.0.tgz",
|
||
|
"_spec": "2.0.0",
|
||
|
"_where": "D:\\Project\\DaPing",
|
||
|
"author": {
|
||
|
"name": "Jed Mao",
|
||
|
"email": "jedmao@outlook.com"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/jedmao/css-list-helpers/issues"
|
||
|
},
|
||
|
"description": "Helper methods for splitting CSS lists (e.g., spaces, commas).",
|
||
|
"devDependencies": {
|
||
|
"ava": "^0.25.0",
|
||
|
"concurrently": "^3.5.1",
|
||
|
"nyc": "^11.7.1",
|
||
|
"rimraf": "^2.6.2",
|
||
|
"tslint": "^5.10.0",
|
||
|
"typescript": "^2.8.3"
|
||
|
},
|
||
|
"homepage": "https://github.com/jedmao/css-list-helpers#readme",
|
||
|
"keywords": [
|
||
|
"css",
|
||
|
"list",
|
||
|
"helpers",
|
||
|
"split",
|
||
|
"space",
|
||
|
"comma"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "dist/index.js",
|
||
|
"name": "css-list-helpers",
|
||
|
"nyc": {
|
||
|
"lines": 100,
|
||
|
"statements": 100,
|
||
|
"functions": 100,
|
||
|
"branches": 100,
|
||
|
"include": [
|
||
|
"dist/**/*.js"
|
||
|
],
|
||
|
"exclude": [
|
||
|
"dist/**/*.test.js"
|
||
|
],
|
||
|
"reporter": [
|
||
|
"lcov",
|
||
|
"text"
|
||
|
],
|
||
|
"cache": true,
|
||
|
"all": true,
|
||
|
"check-coverage": true
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/jedmao/css-list-helpers.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "tsc",
|
||
|
"build:watch": "tsc --watch",
|
||
|
"clean": "rimraf coverage dist *.log css-list-helpers-*",
|
||
|
"codecov": "codecov -f coverage/lcov.info",
|
||
|
"lint": "tslint --project tsconfig.test.json",
|
||
|
"prebuild": "npm run clean && npm run lint",
|
||
|
"prebuild:watch": "npm run prebuild",
|
||
|
"prepack": "npm test && npm run build",
|
||
|
"pretest": "npm run build -- --project tsconfig.test.json",
|
||
|
"test": "nyc ava --verbose",
|
||
|
"watch": "concurrently \"npm run build:watch\" \"npm test -- --watch\""
|
||
|
},
|
||
|
"types": "dist/index.d.ts",
|
||
|
"version": "2.0.0"
|
||
|
}
|