forked from enviPath/enviPy
Current Dev State
This commit is contained in:
74
static/js/ketcher2/node_modules/css/package.json
generated
vendored
Normal file
74
static/js/ketcher2/node_modules/css/package.json
generated
vendored
Normal file
@ -0,0 +1,74 @@
|
||||
{
|
||||
"_from": "css@2.X",
|
||||
"_id": "css@2.2.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-c6TIHehdtmTU7mdPfUcIXjstVdw=",
|
||||
"_location": "/css",
|
||||
"_phantomChildren": {
|
||||
"amdefine": "1.0.1"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "css@2.X",
|
||||
"name": "css",
|
||||
"escapedName": "css",
|
||||
"rawSpec": "2.X",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.X"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@gulp-sourcemaps/identity-map",
|
||||
"/css-parse",
|
||||
"/gulp-sourcemaps"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/css/-/css-2.2.1.tgz",
|
||||
"_shasum": "73a4c81de85db664d4ee674f7d47085e3b2d55dc",
|
||||
"_spec": "css@2.X",
|
||||
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/gulp-sourcemaps",
|
||||
"author": {
|
||||
"name": "TJ Holowaychuk",
|
||||
"email": "tj@vision-media.ca"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/reworkcss/css/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"inherits": "^2.0.1",
|
||||
"source-map": "^0.1.38",
|
||||
"source-map-resolve": "^0.3.0",
|
||||
"urix": "^0.1.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "CSS parser / stringifier",
|
||||
"devDependencies": {
|
||||
"bytes": "^1.0.0",
|
||||
"matcha": "^0.5.0",
|
||||
"mocha": "^1.21.3",
|
||||
"should": "^4.0.4"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"lib"
|
||||
],
|
||||
"homepage": "https://github.com/reworkcss/css#readme",
|
||||
"keywords": [
|
||||
"css",
|
||||
"parser",
|
||||
"stringifier",
|
||||
"stylesheet"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index",
|
||||
"name": "css",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/reworkcss/css.git"
|
||||
},
|
||||
"scripts": {
|
||||
"benchmark": "matcha",
|
||||
"test": "mocha --require should --reporter spec --bail test/*.js"
|
||||
},
|
||||
"version": "2.2.1"
|
||||
}
|
||||
Reference in New Issue
Block a user