1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- {
- "_args": [
- [
- {
- "raw": "tempfile@~0.1.2",
- "scope": null,
- "escapedName": "tempfile",
- "name": "tempfile",
- "rawSpec": "~0.1.2",
- "spec": ">=0.1.2 <0.2.0",
- "type": "range"
- },
- "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/temp-write"
- ]
- ],
- "_from": "tempfile@>=0.1.2 <0.2.0",
- "_id": "tempfile@0.1.3",
- "_inCache": true,
- "_location": "/tempfile",
- "_npmUser": {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- },
- "_npmVersion": "1.4.6",
- "_phantomChildren": {},
- "_requested": {
- "raw": "tempfile@~0.1.2",
- "scope": null,
- "escapedName": "tempfile",
- "name": "tempfile",
- "rawSpec": "~0.1.2",
- "spec": ">=0.1.2 <0.2.0",
- "type": "range"
- },
- "_requiredBy": [
- "/temp-write"
- ],
- "_resolved": "https://registry.npmjs.org/tempfile/-/tempfile-0.1.3.tgz",
- "_shasum": "7d6b710047339d39f847327a056dadf183103010",
- "_shrinkwrap": null,
- "_spec": "tempfile@~0.1.2",
- "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/temp-write",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "http://sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/tempfile/issues"
- },
- "dependencies": {
- "uuid": "~1.4.0"
- },
- "description": "Get a random temp file path",
- "devDependencies": {
- "mocha": "*"
- },
- "directories": {},
- "dist": {
- "shasum": "7d6b710047339d39f847327a056dadf183103010",
- "tarball": "https://registry.npmjs.org/tempfile/-/tempfile-0.1.3.tgz"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/sindresorhus/tempfile",
- "keywords": [
- "tmp",
- "temp",
- "temporary",
- "tempfile",
- "file",
- "path",
- "random",
- "rand"
- ],
- "license": "MIT",
- "maintainers": [
- {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- }
- ],
- "name": "tempfile",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/sindresorhus/tempfile.git"
- },
- "scripts": {
- "test": "mocha"
- },
- "version": "0.1.3"
- }
|