123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- {
- "_args": [
- [
- {
- "raw": "sass-graph@^2.1.1",
- "scope": null,
- "escapedName": "sass-graph",
- "name": "sass-graph",
- "rawSpec": "^2.1.1",
- "spec": ">=2.1.1 <3.0.0",
- "type": "range"
- },
- "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/inifig/node_modules/node-sass"
- ]
- ],
- "_from": "sass-graph@>=2.1.1 <3.0.0",
- "_id": "sass-graph@2.1.2",
- "_inCache": true,
- "_location": "/sass-graph",
- "_nodeVersion": "5.10.1",
- "_npmOperationalInternal": {
- "host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/sass-graph-2.1.2.tgz_1465989844219_0.33082393696531653"
- },
- "_npmUser": {
- "name": "xzyfer",
- "email": "xzyfer@gmail.com"
- },
- "_npmVersion": "3.8.3",
- "_phantomChildren": {
- "brace-expansion": "1.1.6",
- "fs.realpath": "1.0.0",
- "inflight": "1.0.6",
- "inherits": "2.0.3",
- "once": "1.3.3",
- "path-is-absolute": "1.0.1"
- },
- "_requested": {
- "raw": "sass-graph@^2.1.1",
- "scope": null,
- "escapedName": "sass-graph",
- "name": "sass-graph",
- "rawSpec": "^2.1.1",
- "spec": ">=2.1.1 <3.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/node-sass"
- ],
- "_resolved": "https://registry.npmjs.org/sass-graph/-/sass-graph-2.1.2.tgz",
- "_shasum": "965104be23e8103cb7e5f710df65935b317da57b",
- "_shrinkwrap": null,
- "_spec": "sass-graph@^2.1.1",
- "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/inifig/node_modules/node-sass",
- "author": {
- "name": "xzyfer"
- },
- "bin": {
- "sassgraph": "bin/sassgraph"
- },
- "bugs": {
- "url": "https://github.com/xzyfer/sass-graph/issues"
- },
- "dependencies": {
- "glob": "^7.0.0",
- "lodash": "^4.0.0",
- "yargs": "^4.7.1"
- },
- "description": "Parse sass files and extract a graph of imports",
- "devDependencies": {
- "assert": "^1.3.0",
- "mocha": "^2.1.0"
- },
- "directories": {
- "bin": "./bin"
- },
- "dist": {
- "shasum": "965104be23e8103cb7e5f710df65935b317da57b",
- "tarball": "https://registry.npmjs.org/sass-graph/-/sass-graph-2.1.2.tgz"
- },
- "files": [
- "bin",
- "parse-imports.js",
- "sass-graph.js"
- ],
- "gitHead": "d453bbbcf1227009e28bf38998ec3603a03a3cea",
- "homepage": "https://github.com/xzyfer/sass-graph#readme",
- "keywords": [
- "sass",
- "graph"
- ],
- "license": "MIT",
- "main": "sass-graph.js",
- "maintainers": [
- {
- "name": "lox",
- "email": "lachlan@ljd.cc"
- },
- {
- "name": "xzyfer",
- "email": "xzyfer@gmail.com"
- }
- ],
- "name": "sass-graph",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/xzyfer/sass-graph.git"
- },
- "scripts": {
- "test": "mocha ./test/test*.js"
- },
- "version": "2.1.2"
- }
|