12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "_args": [
- [
- "extract-from-css@0.4.4",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "extract-from-css@0.4.4",
- "_id": "extract-from-css@0.4.4",
- "_inBundle": false,
- "_integrity": "sha1-HqffLnx8brmSL6COitrqSG9vj5I=",
- "_location": "/extract-from-css",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "extract-from-css@0.4.4",
- "name": "extract-from-css",
- "escapedName": "extract-from-css",
- "rawSpec": "0.4.4",
- "saveSpec": null,
- "fetchSpec": "0.4.4"
- },
- "_requiredBy": [
- "/vue-jest"
- ],
- "_resolved": "https://registry.npm.taobao.org/extract-from-css/download/extract-from-css-0.4.4.tgz",
- "_spec": "0.4.4",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "author": {
- "name": "Rubén Norte",
- "email": "rubennorte@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/rubennorte/extract-from-css/issues"
- },
- "dependencies": {
- "css": "^2.1.0"
- },
- "description": "Extract information from CSS code",
- "devDependencies": {
- "benchmark": "^1.0.0",
- "coveralls": "^2.11.2",
- "istanbul": "^0.3.5",
- "jasmine": "^2.2.1",
- "jscs": "^1.11.3",
- "jshint": "^2.5.10",
- "mversion": "^1.9.0"
- },
- "engines": {
- "node": ">=0.10.0",
- "npm": ">=2.0.0"
- },
- "files": [
- "lib",
- "CHANGELOG.md"
- ],
- "homepage": "https://github.com/rubennorte/extract-from-css#readme",
- "license": "MIT",
- "main": "lib/index.js",
- "name": "extract-from-css",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/rubennorte/extract-from-css.git"
- },
- "scripts": {
- "benchmark": "node tests/benchmark/benchmark.js",
- "build": "npm test",
- "coverage": "JASMINE_CONFIG_PATH=tests/jasmine.json istanbul cover jasmine",
- "lint": "jscs . && jscs ./tests && jshint .",
- "pretest": "npm run lint",
- "release": "npm run build && mversion -m \"New version: %s\" ",
- "test": "JASMINE_CONFIG_PATH=tests/jasmine.json jasmine",
- "travis": "npm run coverage && cat ./tests/output/coverage/lcov.info | coveralls && rm -rf ./tests/output/coverage"
- },
- "version": "0.4.4"
- }
|