X7ROOT File Manager
Current Path:
/lib/node_modules/npm/node_modules/har-validator/node_modules/ajv/scripts
lib
/
node_modules
/
npm
/
node_modules
/
har-validator
/
node_modules
/
ajv
/
scripts
/
??
..
??
.eslintrc.yml
(62 B)
??
bundle.js
(1.75 KB)
??
compile-dots.js
(2.37 KB)
??
info
(289 B)
??
prepare-tests
(269 B)
??
publish-built-version
(842 B)
??
travis-gh-pages
(874 B)
Editing: info
#!/usr/bin/env node 'use strict'; var fs = require('fs'); var name = process.argv[2] || '.'; var property = process.argv[3] || 'version'; if (name != '.') name = 'node_modules/' + name; var json = JSON.parse(fs.readFileSync(name + '/package.json', 'utf8')); console.log(json[property]);
Upload File
Create Folder