| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- {
- "_args": [
- [
- "extract-from-css@0.4.4",
- "E:\\item\\newItem\\admin"
- ]
- ],
- "_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.npmjs.org/extract-from-css/-/extract-from-css-0.4.4.tgz",
- "_spec": "0.4.4",
- "_where": "E:\\item\\newItem\\admin",
- "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"
- }
|